.indexof-query {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fafafa;
  padding: 0 20px;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
}

.indexof-query .query{
  float: right;
  margin-top: 24px;
}

.indexof-query input {
  width: calc(100% - 410px);
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding-left: 10px;
  box-sizing: border-box;
}

.indexof-query .lsh, .zjmc{
  width: 370px;
  box-sizing: border-box;
}

.indexof-query .zjmc{
  width: 400px;
}

.lsh-content{
  height: 137px;
  line-height: 0;
  padding: 28px 13px;
}

.lsh-content .query {
  margin-top: 0;
}

.lsh-content .width{
  width: 92px;
  text-align: right;
  display: inline-block;
}

.lists .tit{
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}

.lists .tit span{
  font-size: 20px;
  color: #666666;
}

.lists .tit span + span{
  margin-left: 14px;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}

.lists .tit .active {
  font-weight: bold;
  color: #087cd6;
}

.font-size-16 {
  font-size: 16px!important;
}


